-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes a number of problems with attachments #1607
base: master
Are you sure you want to change the base?
Conversation
Using lookup attachment and attaching through the url. I chose an image from google and it doesn't appear to be able to download it once uploaded. Download button should be linked to the Source, so it will connect with the URL |
Some more bugs. I changed the name. Bug 1 is that the name doesn't update until refreshed. Bug 2 is that once refreshed, the type disappears. Bug 3 is that when downloaded, the downloaded file retains the old name. |
Tested. And no issues with attaching files through API vs GUI. Bugs still remain as before. |
Submitting an attachment as part of a zip file, the name is the long string again |
I think that I've fixed the issues you found. Please test again. |
Closes #1389
It add a new field "name" to the /attach endpoint (note: API docs need updating). This name will be the displayId for the attachment. This can be specified from the GUI now.
This PR also fixes a number of problems with attachments. Should test adding file attachments and URL attachments both from the GUI and API. Should also test attachments added to collections during submission of Zip files.